<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0, user-scalable=0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <!--
    <script src="http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js"></script>
    <link href="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
    <script src="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/js/bootstrap.min.js"></script>
    -->
    <script src="https://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script>
    <link href="https://cdn.bootcss.com/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
    <script src="https://cdn.bootcss.com/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
    <link rel="stylesheet" href="style.css"/>
    <link rel="stylesheet" href="introduction.css"/>
    <link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
    <script src="https://unpkg.com/scrollreveal"></script>
    <title>introduction</title>
	<style type="text/css">
	.navbar-collapse li ul{
			display:none;
			height:auto;
			width: auto;
			position:absolute;
			width:100px;
			z-index:200;
			margin:0px;
			list-style-type: none;
		}
	.navbar-collapse li:hover ul{
			display:block;
		}
	.footer {
	               background-color:skyblue;
	               color:black;
	               clear:both;
	               text-align:center;
	               padding:5px; 
		       border-style: groove;		       
		       border-radius: 20px;
		       border-color: skyblue;
		}
	.removeborder{ 
		border: none
		}
	</style>

</head>
<body background="image/会议背景11.jpg">
    <div >
        <header style="min-height: 76px;">
                <nav id="main-nav" class="navbar navbar-inverse" role="navigation">
                    <div class="container">
                        <div class="navbar-header">
                            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
                                <span class="sr-only">切换导航</span>
                                <span class="icon-bar"></span>
                                <span class="icon-bar"></span>
                                <span class="icon-bar"></span>
                           
                        </div>
                        <div id="navbar-collapse" class="collapse navbar-collapse">
                           <ul class="nav navbar-nav navbar-center">
                                    <li><a href="index.html">
                                    <i class="fa fa-home fa-1x" aria-hidden="true"></i> DFSC</a></li>
				   <li class="submenu">
                                    <a href="News.html">News</a>
                                </li>
                                <li class="submenu">
				<a href="Conference.html">Conferences</a>
			</li>
                                 <li class="submenu">
                                    <a href="Training-Camp.html">Training Camp</a>
                                </li>
                                <li class="submenu">
                                    <a href="Research.html">Research</a>
                                </li>
				<li class="submenu">
                                    <a href="About us Introduction.html">About us</a>
                                </li>
                            </ul>
                        </div>
                    </div><!-- /.container-->
                </nav>
        </header>    
        <div id="introdution">
            <div class="introdution">
            <div id="theme">
                       <p style="text-align:center"><img alt="安全多方计算国际论坛-2019" src="image/logo.png"  style="width: 210px; height: 213px; " ></a> <br/>
                <div class="footer1 removeborder">
		    <p style="text-indent:2em ">Data Security and users privacy is the research hotspots. International Data Secure and Privacy-preserving Computation Conference would like to invite the well-known researchers all over the world to share their research works about data security and privacy-preserving theory, implementation and applications. Everyone, who does the best works on data security and users privacy, will be invited to attend DSPP conference, and present their works. We would like to provid tranvel funding for the invited speakers.</a><br/>
                   </div>
		    <div class="footer2 removeborder">
		    <p style="text-indent:2em ">Invited talks including the following topics: (1) Data security and privacy-preserving theory, implemenation and application; (2) Data security and users privacy in the quantum world.</a><br/>
              
		    <p style="text-indent:2em "><a href="SMPC-2018.html">DSPP-2018</a>&nbsp; &nbsp; ||&nbsp; &nbsp;  <a href="SMPC-2019.html">DSPP-2019</a><br/>
                    <p style="text-indent:2em "> <a href="SMPC-2020.html">DSPP-2020</a> &nbsp; &nbsp; ||&nbsp; &nbsp; <a href="SMPC-2021.html">DSPP-2021</a><br/>
		    
		    </div>
              
		 <div class="footer4 removeborder">
			 <p style="text-align:center"><img src="image/DFSC CENTERlogo.png " style="width:18%; height:18%; margin: 10px;" ><strong>Copyright©2016 DFSC Center</strong></a> <br/>			
			
		</div> 
            </div> 
            </div>
    <script type="text/javascript">
         function googleTranslateElementInit() {
         new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
    }
    </script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"> </script>
</body>
</html>